home *** CD-ROM | disk | FTP | other *** search
- These tests all require setting the -S (detailed parse) switch to get the correct
- results. In addition test2 requires the -D (report duplicates) switch to match
- the DOS run.
-
- The general MPW script to run and check results with Think C and DOS is:
-
- # Run the test.
- vm2 -S test1.SGM >test1.vm2
-
- # Compare with Think C 5 result. Should be identical!
- CompareFiles 'N100i:Development:ARC SGML:test1.vm2a' test1.vm2
-
- # Compare with DOS result. Should be the same except for path names.
- # test1 is an exception exhibiting a difference between printf processing in TC5
- # and MPW at 024 001.
- CompareFiles 'T200R:ARC SGML s&z:test:test1.VM2' test1.vm2
-
- Tests requiring a different invocation to give same results:
-
- # Test2 requires the following command line:
- vm2 -D -S test1.SGM >test2.vm2
-
- # Concat test requires the following command line:
- vm2 -S 'concat1.gml;concat2.gml' >concat1.vm2
-
- # Default test requires the following command line. Note that the commando interface
- # doesn't support this type of call!
- vm2 -R -S 'concat1.gml;concat2.gml' >concat1.vm2
-
- The MEMO?.SGM documents do not give identical results to the distributed results.
- However, the distributed versions, when run through the executables supplied on
- DOS give identical results to the Macintosh versions.
-
- Wally Wedel
- 12/17/91